home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / bumpcopter2.swf / scripts / DefineButton2_847 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  275 b   |  13 lines

  1. on(release){
  2.    _root.used._visible = false;
  3.    _root.copter._x = x;
  4.    _root.copter._y = y;
  5.    _root.edit = true;
  6.    _root.addOpen = true;
  7.    _root.health.gotoAndStop(1);
  8.    _root.speedMax = 0;
  9.    _root.speedMin = 0;
  10.    _root.speedPlus = 0;
  11.    gotoAndStop(1);
  12. }
  13.